Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/95 - Whack a Mole Game/

dirt.svg /cody/swapnilsparsh/30DaysOfJavaScript/95 - Whack a Mole Game/dirt.svg
206 Views
0 Comments
<svg id="svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="12
index.html /cody/swapnilsparsh/30DaysOfJavaScript/95 - Whack a Mole Game/index.html
422 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Whack A Mole!</title>
<link href='https://fonts.googleapis
mole.svg /cody/swapnilsparsh/30DaysOfJavaScript/95 - Whack a Mole Game/mole.svg
209 Views
0 Comments
<svg id="svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="40
script.js /cody/swapnilsparsh/30DaysOfJavaScript/95 - Whack a Mole Game/script.js
247 Views
0 Comments
const holes = document.querySelectorAll('.hole');
const scoreBoard = document.querySelector('.score');
const moles = document.qu
style.css /cody/swapnilsparsh/30DaysOfJavaScript/95 - Whack a Mole Game/style.css
194 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
html {
box-sizing: border-box;
font-siz